home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / comm / news / slrn-bin.lha / slrn / doc / FAQ next >
Internet Message Format  |  1998-05-03  |  15KB

  1. From: davis@space.mit.edu
  2. Newsgroups: news.software.readers,alt.lang.s-lang
  3. Followup-To: news.software.readers
  4. Subject: slrn FAQ
  5. Summary: This posting 
  6. Keywords: slrn newsreader
  7.  
  8. Archive-name: slrn-faq
  9. Posting-Frequency: bi-weekly
  10.  
  11. This is the slrn FAQ.
  12.  
  13. Send comments, suggestions, or corrections to davis@space.mit.edu.
  14.  
  15. The latest version of slrn is available via anonymous ftp from
  16. ftp://space.mit.edu/pub/davis/slrn.  It is also available from:
  17.  
  18.   ftp://ftp.uni-stuttgart.de:/pub/unix/misc/slang
  19.   ftp://ftp.fu-berlin.de/pub/unix/news/slrn/
  20.   ftp://ftp.ntua.gr/pub/lang/slang/
  21.  
  22. More information about slrn is available on the World Wide Web via
  23. http://space.mit.edu/%7Edavis.
  24.  
  25. If you are viewing this FAQ with slrn, press `g' to go from one subject to
  26. the next.
  27.  
  28. Questions addressed:
  29.  
  30. 0.  Where can I find more information about slrn?
  31. 1.  Instead of drawing lines for the thread tree, I see `mq'.  Why?
  32. 2.  I do not see a thread tree. Why?
  33. 3.  When I mark an article as read, why aren't cross-posts marked as read also?
  34. 4.  What is a prefix argument?
  35. 5.  How do I re-read articles in a newsgroup that I have already read?
  36. 6.  Can I use the mouse with slrn?
  37. 7.  How do I use the mouse in an Xterm to cut/paste?
  38. 8.  What is the easiest way to uudecode articles?
  39. 9.  How do I cross-post an article?
  40. 10. How do I find the previously read articles of a thread?
  41. 11. Why doesn't the `L' command work as advertised?
  42. 12. Where can I find more information about slrn?
  43. 13. How can I set my `From' line for my posts?
  44.  
  45. Answers:
  46.  
  47. ------------------------------
  48.  
  49. Subject: 0. Where can I find more information about slrn?
  50.  
  51.     Although there is a man page, it probably does not cover the
  52.     latest slrn features.  A better source of information about new
  53.     features may be found in the `changes.txt' file that is
  54.     distributed with slrn.  Also, all .slrnrc options are described in
  55.     the example `slrn.rc' file that is distributed with slrn.
  56.  
  57.     More help may also be available from 
  58.     
  59.         http://space.mit.edu/~davis/slrn.html
  60.  
  61.     In particular, this web page contains links to other sources of
  62.     slrn information.
  63.  
  64.     You can also participate in the development of slrn by improving
  65.     its documentation.  If you would like to submit some documentation
  66.     for slrn, please use a text-only format.  At some point, I plan to
  67.     put all of slrn's documentation in SGML format and then process
  68.     the SGML document to produce man pages, html pages, TeX, RTF,
  69.     etc...
  70.  
  71.     Finally, if you create additional documentation for slrn and make
  72.     it available via the WWW, please let me know about it and I will
  73.     create a link to your web page.
  74.  
  75. ------------------------------
  76.  
  77. Subject: 1. Instead of drawing lines for the thread tree, I see `mq'.  Why?
  78.  
  79.     There are a couple of reasons for this.  The simplest may be that the
  80.     font that you are using does not support line drawing characters.
  81.     Simply switching fonts to a dec-vt220 compatible font may solve the
  82.     problem.  This is usually the case with Windows telnet applications.
  83.  
  84.     Another reason for this is that your terminfo file may not be set up
  85.     properly. The obvious solution is fix the terminfo file.  However, this
  86.     may not be possible without the correct tools (untic and tic) and many
  87.     systems do not have those tools installed.
  88.  
  89.     Although slang is a terminfo based system, there is another solution
  90.     based on termcap if you are using version 0.99.18 of slang or later.
  91.     First of all, get a termcap entry that contains the appropriate
  92.     capabilities for an alternate character set, that is, the termcap `ac',
  93.     `ae', `as', and possibly `eA' capabilities.  Lets call this file
  94.     `my_termcap'.  Then do:
  95.  
  96.       setenv TERMCAP `pwd`/my_termcap
  97.       eval `tset -s terminal-name`
  98.  
  99.     (Replace `terminal-name' by your terminal name).  `tset' will then read
  100.     and parse the my_termcap file and set the TERMCAP variable
  101.     appropriately. You will want to put this in your .login file.
  102.  
  103. ------------------------------
  104.  
  105. Subject: 2. I do not see a thread tree. Why?
  106.  
  107.     See the answer to the previous question.
  108.  
  109. ------------------------------
  110.  
  111. Subject: 3. When I mark an article as read, why aren't cross-posts marked
  112.             as read also?
  113.  
  114.     For slrn to mark an article as read in more than one group, it needs
  115.     information about what groups the article was cross-posted to.  This
  116.     information is provided by the Xref header.  Not all servers provide
  117.     this header so this feature will not work with those servers.
  118.  
  119.     Now suppose that your server provides the Xref header as one of the
  120.     headers of the article and at the same time, provides support for the
  121.     NOV database (via the XOVER nntp command).  In this case, unless the
  122.     server has been configured to provide the Xref header as part of the NOV
  123.     database, slrn will not be able to get the header without accessing the
  124.     article.  Unfortunately, Xref is optional under NOV so many systems do
  125.     not automatically provide it even though it is one of the recommended
  126.     headers.
  127.  
  128.     To summarize, make sure that your server provides the Xref header AND if
  129.     it supports NOV, make sure that the Xref header is part of the NOV
  130.     database.
  131.  
  132. ------------------------------
  133.  
  134. Subject: 4. What is a prefix argument?
  135.  
  136.     Many key-bindings accept prefix arguments.  A prefix argument is an
  137.     integer that is generated prior to a key sequence and is used as a way
  138.     of controlling the behavior the key sequence.  It is generated by
  139.     pressing the ESC key and then pressing the keys that correspond to the
  140.     integer.  For example, to generate a prefix argument of 314, simply
  141.     press the 4 keys: ESC 3 1 4.
  142.  
  143.     Some functions use such arguments as repeat factors.  That is, the
  144.     function bound to the key sequence that they modify will be repeated the
  145.     number of times specified by the prefix argument.
  146.  
  147.     Some other functions may simply use it as a way of slightly modifying
  148.     the behavior of the function.  For example, if a prefix argument is
  149.     used as a modifier for the `followup' function, the original article's
  150.     headers will be included in the followup message.  Without a prefix
  151.     argument, the headers will not be included in followups.
  152.  
  153. ------------------------------
  154.  
  155. Subject: 5. How do I re-read articles in a newsgroup that I have already read?
  156.  
  157.     When entering a newsgroup, simply use a `prefix argument'.  This means,
  158.     press ESC and then a number followed by the key sequence that you use to
  159.     enter the newsgroup.  For example, if you use the RETURN key, then do
  160.     the following: ESC 1 RETURN
  161.  
  162. ------------------------------
  163.  
  164. Subject: 6. Can I use the mouse with slrn?
  165.  
  166.      If slrn is run in an Xterm, it can use the mouse.  To enable it, add the
  167.      line
  168.            set mouse 1
  169.  
  170.      to your .slrnrc file.  This will cause slrn to turn on Xterm mouse
  171.      reporting when run in an Xterm window.  The TERM environment variable
  172.      is used to determine whether or not this is the case.
  173.      
  174.      To force the mouse to be used, startup slrn using the -m option, e.g.,
  175.      `slrn -m'.
  176.  
  177.      The actions defined for the mouse are specified in the following table:
  178.  
  179.      Group Mode:
  180.  
  181.          Object                 Button         Action
  182.          ------------------------------------------------
  183.          Top Status line        any            specified by button label
  184.          Group Name             any            select group
  185.          Bottom Status line     middle         toggle display of unread groups
  186.          Bottom Status line     left           page-down
  187.          Bottom Status line     right          page-up         
  188.  
  189.      Article Mode:
  190.  
  191.          Object                 Button         Action
  192.          ------------------------------------------------
  193.          Top status line        any            specified by button label
  194.  
  195.          Header status line     left           header page down
  196.                                 right          header page up
  197.                                 middle         hide article window
  198.  
  199.          Article status line    left           next unread
  200.                                 right          previous unrea